.hot_tui_list .ht_item {
    padding: 30px 0;
    overflow: hidden;
    border-bottom: 1px solid #f2f2f2;
}
.tit1 {
    line-height: 36px;
    padding: 22px 30px;
}
.tit1 h2 {font-weight: 700;
    line-height: 24px;
    color: #333;
    font-size: 24px;
}
.tit1 a {
    font-size: 14px;
    color: #01af63;
}
.p {
    padding-left: 0;
    padding-right: 0;
}
.hot_tui_list .ht_item strong {
    display: block;
    font-size: 18px;
    line-height: 30px;
}
.hot_tui_list .ht_item strong a {
    color: #333;
}
.hot_tui_list .ht_item strong a:hover {
    color: #f25618;
}
.hot_tui_list .ht_item .inf {
    height: 24px;
    overflow: hidden;
    line-height: 24px;
    margin-top: 10px;
}
.hot_tui_list .ht_item .inf span {
    float: left;
    font-size: 12px;
    color: #999;
}
.hot_tui_list .ht_item .inf .tag {
    padding: 0 9px;
    height: 22px;
    line-height: 24px;
    margin-right: 20px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    color: #666;
}
.hot_tui_list .ht_item .inf .tag .iconfont {
    float: left;
    color: #999;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}
.hot_tui_list .ht_item .img_block {
    float: left;
    margin-right: 20px;
    position: relative;
    width: 180px;
    height: 120px;
    overflow: hidden;
    background-color: #000;
    transition: scale 0.25s linear;
}
.hot_tui_list .ht_item .img_block img {
    transition: all 0.25s linear;
}
.hot_tui_list .ht_item .img_block:hover img {
    transform: scale(1.02);
}
.hot_tui_list .ht_item .img_block:hover .i_20{
    opacity: .5;
}
.img_block img {
    transform: scale(1);
    display: block;
    width: 100%;
    height: 100%;
}
.ico_index {
    display: inline-block;
    vertical-align: middle;
    background: url("../static/imgs/icon.png") no-repeat;
}
.hot_tui_list .img_block.video .ico_index {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    margin: -21px 0 0 -21px;
    transition: all 0.25s linear;
    opacity: 1;
}

.ico_index.i_20 {
    width: 42px;
    height: 42px;
    background-position: 0 -102px;
    transition: opacity .25s linear;
    opacity: 1;
}

.hot_tui_list .img_block.video span {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 4px;
    background-color: #000;
    font-size: 12px;
    color: #fff;
    line-height: 18px;
}

.mg-temp-video .mg-temp-content {
    display: flex;
    justify-content: space-between;
}

.mg-temp-tit {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 12px;
}

.mg-temp-doctor {
    display: flex;
    align-items: center;
}

.mg-temp-doctor img {
    width: 32px;
    height: 32px;
    min-width: 32px;
    margin-right: 10px;
    border-radius: 100%;
}
.mg-temp-doctor span {
	color: #606266;
    font-size: 13px;
    /* margin-right: 5px; */
    /* white-space: nowrap; */
    /* font-size: 16px; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 12px;
}
/*
.mg-temp-doctor span {
    color: #606266;
    font-size: 13px;
    margin-right: 5px;
    white-space: nowrap;
}
*/
.mg-temp-doctor span:last-child {
    margin-right: 0;
}

.mg-temp-content .mg-temp-video-img {
    width: 120px;
    height: 68px;
    min-width: 120px;
    margin-left: 20px;
    position: relative;
}

.mg-temp-video-img img {
    width: 120px;
    height: 68px;
}

.mg-temp-video-img span {
    position: absolute;
    height: 16px;
    font-size: 10px;
    line-height: 16px;
    padding: 0 8px;
    background: rgba(0, 0, 0, 0.5);
    right: 5px;
    bottom: 5px;
    color: #fff;
    border-radius: 20px;
}

.mg-list-item {
    border-bottom: 1px solid #ECEEF6;
    padding: 20px 0;
}

.mg-temp-wenda .mg-temp-doctor {
    margin-bottom: 3px;
}

.mg-temp-wenda .mg-temp-item-content {
    padding: 12px;
    margin-left: 42px;
    background: #F5F7FA;
    border-radius: 6px;
}

.mg-temp-content .mg-temp-item-content p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mg-temp-content .mg-temp-doctor {
    display: flex;
    align-items: center;
}

.mg-temp-content .mg-temp-doctor {
    margin-bottom: 10px;
}

.mg-temp-content .mg-temp-item-content {
    color: #606266;
	overflow: hidden;
}

.mg-temp-item-content {
    line-height: 20px;
    font-size: 13px;
}

.newask_list {
    height: 260px;
    overflow: hidden;
}

.newask_list li {
    padding: 14px 0 18px;
    border-bottom: 1px solid #eee;
}

.newask_list .hide {
    display: none;
}

.newask_list .tit {
    font-size: 16px;
    line-height: 26px;
    max-height: 52px;
    overflow: hidden;
}

.newask_list .info {
    font-size: 12px;
    color: #999;
    margin-top: 6px;
}

.newask_list-subject li {
    padding: 14px 0 18px;
    border-bottom: 1px solid #eee;
}

.newask_list-subject .hide {
    display: none;
}

.newask_list-subject .tit {
    font-size: 16px;
    line-height: 26px;
    max-height: 52px;
    overflow: hidden;
}

.newask_list-subject .info {
    font-size: 12px;
    color: #999;
    margin-top: 6px;
}

.hot-tui-unfold .un-ovh {
    height: 260px;
    overflow: hidden;
}

.hot-tui-unfold .un-nr {
    margin-left: -20px;
}

.hot-tui-unfold .un-nr a {
    float: left;
    margin: 0 0 20px 20px;
    padding: 0 20px;
    line-height: 32px;
    background-color: #f5f5f5;
    border-radius: 16px;
    font-size: 14px;
    color: #666;
}

.hot-tui-unfold,
.newask_list_box .un-btn {
    margin-top: 10px;
    font-size: 16px;
    color: #666;
    text-align: center;
    cursor: pointer;
}

.hot_tui_list .ht_item {
    overflow: hidden;
    border-bottom: 1px solid #f2f2f2;
}

.hot_tui_list .ht_item strong {
    display: block;
    font-size: 18px;
    line-height: 30px;
}

.hot_tui_list .ht_item strong a {
    color: #333;
}

.hot_tui_list .ht_item strong a:hover {
    color: #f25618;
}

.hot_tui_list .ht_item .inf {
    height: 24px;
    overflow: hidden;
    line-height: 24px;
    margin-top: 10px;
}

.hot_tui_list .ht_item .inf span {
    float: left;
    font-size: 12px;
    color: #999;
}

.hot_tui_list .ht_item .inf .tag {
    padding: 0 9px;
    height: 22px;
    line-height: 24px;
    margin-right: 20px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    color: #666;
}

.hot_tui_list .ht_item .inf .tag .iconfont {
    float: left;
    color: #999;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

.hot_tui_list .ht_item .img_block {
    float: left;
    margin-right: 20px;
    position: relative;
    width: 180px;
    height: 120px;
    overflow: hidden;
    background-color: #000;
    transition: scale 0.25s linear;
}

.hot_tui_list .ht_item .img_block img {
    transition: all 0.25s linear;
}

.hot_tui_list .ht_item .img_block:hover img {
    transform: scale(1.02);
}

.hot_tui_list .ht_item .img_block:hover .i_20 {
    opacity: .5;
}

.img_block img {
    transform: scale(1);
    display: block;
    width: 100%;
    height: 100%;
}

.ico_index {
    display: inline-block;
    vertical-align: middle;
    background: url("../static/imgs/icon.png") no-repeat;
}

.hot_tui_list .img_block.video .ico_index {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    margin: -21px 0 0 -21px;
    transition: all 0.25s linear;
    opacity: 1;
}

.ico_index.i_20 {
    width: 42px;
    height: 42px;
    background-position: 0 -102px;
    transition: opacity .25s linear;
    opacity: 1;
}

.hot_tui_list .img_block.video span {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 4px;
    background-color: #000;
    font-size: 12px;
    color: #fff;
    line-height: 18px;
}

.video-item-list .t {
    width: 180px;
    height: 120px;
}

.ht_item {
    position: relative;
}

.ht_item .b {
    position: absolute;
    bottom: 40px;
    left: 210px
}
.w800-box span{
    color:#333 !important;
    font-size: 14px !important;
}
.w800-box p{
    color:#999;
    font-size: 14px;
}
.w800-box img{
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
}
.doctorinfo{
    position: static !important;
}
.conten{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 20px 0;
}
.bort1 {
    border-top: 1px solid #e6e6e6;
}
.guest-lawyer .btn-gn2 {
    border-radius: 10px;
    padding: 10px 20px;
    background-color: #01af63;
    color:#fff;
    font-size: 18px;
}
.guest-lawyer .photo {
    display: block;
    margin: auto;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
}
.guest-lawyer .photo img {
    display: block;
    width: 100%;
    height: 100%;
}
.guest-lawyer .name {
    font-size: 22px;
    line-height: 28px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.guest-lawyer .name .i-ms79 {
    margin-top: -4px;
    margin-left: 7px;
}
.guest-lawyer .info {
    margin-top: 35px;
    margin-bottom: 30px;
}
.guest-lawyer .info li {
    position: relative;
    float: left;
    width: 50%;
}
.guest-lawyer .info li:first-child:before {
    position: absolute;
    top: 29%;
    right: 0;
    border-right: 1px solid #e6e6e6;
    height:23px;
    content: "";
}
.guest-lawyer .info li span {
    font-size: 20px;
    color: #f25618;
}
.guest-lawyer .info li p {
    margin-top: 10px;
    color: #adadad;
}




.video-item-list li {
    margin-bottom: 30px;
    overflow: hidden;
}
.video-item-list li.mb0 {
    margin-bottom: 0;
}
.video-item-list .t {
    position: relative;
    float: left;
    margin-right: 30px;
    width: 180px;
    height: 120px;
    overflow: hidden;
}
.video-item-list .t .t-a {
    display: block;
    width: 100%;
    height: 100%;
}
.video-item-list .t .time {
    position: absolute;
    right: 20px;
    bottom: 10px;
    display: inline-block;
    opacity: 1;
    padding: 0 10px;
    line-height: 24px;
    border-radius: 12px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.video-item-list .t .bg {
    position: absolute;
    top: 158px;
    right: 0;
    left: 0;
    z-index: 2;
    height: 158px;
    opacity: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.video-item-list .t .bg .t-b {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -17px 0 0 -17px;
    display: block;
    width: 34px;
    height: 34px;
}
.video-item-list .t:hover .time {
    bottom: -30px;
    opacity: 0;
}
.video-item-list .t:hover .bg {
    top: 0;
    opacity: 1;
}
.video-item-list .m-a {
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    overflow: hidden;
}
.video-item-list .m-b {
    overflow: hidden;
}
.video-item-list .m-b span {
    float: left;
    color: #999;
}
.video-item-list .m-b span img {
    float: left;
    margin-top: 7px;
    margin-right: 10px;
    width: 13px;
    height: 13px;
}
.video-item-list .b {
    overflow: hidden;
    line-height: 26px;
}
.video-item-list .b .b-a {
    float: left;
    margin-right: 10px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    overflow: hidden;
}
.video-item-list .b .b-a img {
    display: block;
    width: 26px;
    height: 26px;
}
.video-item-list .info {
    height: 56px;
    line-height: 28px;
    overflow: hidden;
    margin-top: 10px;
    color: #999;
    font-size: 12px;
}